runtime.gcWork.tryGetFast (method)

3 uses

	runtime (current package)
		mgcmark.go#L1213: 		b := gcw.tryGetFast()
		mgcmark.go#L1293: 		b := gcw.tryGetFast()
		mgcwork.go#L234: func (w *gcWork) tryGetFast() uintptr {